home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / hunt103.zip / HUNT.ZIP / HLOCS / HSHOP.LOC < prev    next >
Text File  |  1995-12-11  |  9KB  |  206 lines

  1. // BASIC WEAPON SHOP LAYOUT  (HSHOP.LOC)
  2. // NOTES ON FORMAT:
  3. //   No line should be longer than 120 characters in length anywhere in here
  4. //   Standard ANSI color and graphics are allowed in location descriptions
  5. //   NAME <...> at the top of this file is currently not being used
  6. //   DESCRIPTION_NAME is the name of the area the player is shown
  7. //    - After DESCRIPTION_NAME, leave a blank space
  8. //    - Everything after the blank space to the end of the line is yours
  9. //   Start and end each location with BEGIN/END_LOCATION
  10. //   TYPE refers to the type of map location this is: MAP, SHOP, etc.
  11. //    - After TYPE, leave a blank space, then the one word map location type
  12. //   FILE is used if a map location needs a file (ie: a shop needs a list)
  13. //    - If the type requires a file, the filename follows after a blank
  14. //   Start and end each description with BEGIN/END_DESCRIPTION
  15. //    - Everything between the start and end is displayed as is
  16. //    - To have ANSI gfx and color, just use standard ANSI format
  17. //    - Terminate each line with a standard C/R (\n); don't go past 80 columns
  18. //   Start and end each direction list with BEGIN/END_DIRECTION
  19. //    - The first character on each line represents the "direction" available
  20. //    - There should be a space followed by the a file-name and another space
  21. //    - The file-name should be that of another file like this one containing
  22. //        the description of the area a player is currently at
  23. //    - The file-name must be one word only, CAPS aren't a must but I use 'em
  24. //    - HHARD is a reserved file-name corresponding with hard-coded locations
  25. //        Don't use it unless you actually want to include this type
  26. //    - The rest of the line is the location corresponding with that direction
  27. //    - Spaces are allowed in the location name
  28.  
  29. NAME HSHOP
  30. //---------------------------------------------------------------------------
  31. BEGIN_LOCATION Luke's Lasers
  32. TYPE SHOP
  33. MAP HHARD.MAP
  34. FILE HSHOPLL.LST
  35.  
  36. BEGIN_DESCRIPTION
  37.    The place is dead quiet and completely empty except for you and the shop-
  38. keeper you'd guess would be Luke.  Luke's a thin, old man dressed sparingly
  39. in a simple cloak and pants.  He cleans some sort of weapon while watching
  40. you closely.
  41.    There's some really fantastic weapons here but the prices are also quite
  42. fantastic.  They're almost all 'laser' weapons of some sort.  Luke must
  43. be some kind of laser specialist.
  44.    Luke waits patiently for you to look around until you're ready to [T]alk.
  45. From a large pile of used-looking weapons and armour, it appears you can both
  46. [B]uy and [S]ell gear here.  If nothing looks to appealing, you can always
  47. leave the shop and [R]eturn to the street.
  48. END_DESCRIPTION
  49.  
  50. BEGIN_TALK_TEXT
  51.    "Greetings Exterminator," Luke starts.  "I know it all looks a bit pricey
  52. but it's worth it.  I've got some of the best, highest quality weaponry around,
  53. especially when it comes down to punching through standard armour.  And if
  54. you're going up against some laser laden lad, we got some fine reflective
  55. armour here.  Check it all out.  Maybe we can work on the prices."
  56. END_TALK_TEXT
  57.  
  58. BEGIN_BUY_TEXT
  59.    "Decided you need some laser gear, huh?" Luke asks, putting down the
  60. piece he's polishing up.  "You won't regret your choice.  Great stuff lasers."
  61. END_BUY_TEXT
  62.  
  63. BEGIN_SELL_TEXT
  64.    "Sure I'll buy it.  I can always use stuff to trade with other shops.  As
  65. long as you don't want too much that is...."  Luke says, taking a closer look
  66. at your gear.
  67. END_SELL_TEXT
  68.  
  69. BEGIN_DIRECTIONS
  70. [R]eturn - HHARD East Hard Drive
  71. END_DIRECTIONS
  72.  
  73. END_LOCATION Luke's Lasers
  74.  
  75. //---------------------------------------------------------------------------
  76. BEGIN_LOCATION City Armoury
  77. TYPE SHOP
  78. MAP HWALL.MAP
  79. FILE HSHOPCA.LST
  80.  
  81. BEGIN_DESCRIPTION
  82.    The City Armoury is hopping.  The manager here, an older man commonly
  83. known as 'Soldier', barks orders to his employees as they run around
  84. helping customers as best they can.  A variety of pistols are on display
  85. under plexiglass counters and a good selection of rifles hang on the walls.
  86. One corner of the shop has people looking at the different armour for sale.
  87.    Eventually you make your way to the counter and attract the Soldier's
  88. attention.  He walks up to help you with a smile on his weathered face ready
  89. to help you with something or just [T]alk in general.  "What can I do
  90. for you, exterminator?  Are you [B]uyin' or [S]ellin' today?"
  91. END_DESCRIPTION
  92.  
  93. BEGIN_TALK_TEXT
  94.    "We've got everything you need to get started here," Soldier claims.
  95. "Mostly we cater to new exterminators and the more common folk looking for a
  96. little protection.  If you're looking for something a little more, hm,
  97. 'specialized' you'll wanna try the other shops out in the confines of the city.
  98. Be prepared to pay a little extra though..."
  99.    "Before you go, check out the Dark Razor (DR) stuff we got in.  Some of the
  100. best stuff money can buy..."
  101. END_TALK_TEXT
  102.  
  103. BEGIN_BUY_TEXT
  104.    "Be needin' some new gear then?" Soldier asks.  "What can I get for you?"
  105. END_BUY_TEXT
  106.  
  107. BEGIN_SELL_TEXT
  108.    "Sure we buy stuff you exterminators pick up.  You never know who's going
  109. to be asking for what," Soldier says and waits for you to take out your
  110. gear.
  111. END_SELL_TEXT
  112.  
  113. BEGIN_DIRECTIONS
  114. [R]eturn - HWALL South Wall
  115. END_DIRECTIONS
  116.  
  117. END_LOCATION City Armoury
  118.  
  119. //---------------------------------------------------------------------------
  120. BEGIN_LOCATION Police Station Armoury
  121. TYPE SHOP
  122. MAP HPOLICE.MAP
  123. FILE HSHOPPSA.LST
  124.  
  125. BEGIN_FIRST_DESCRIPTION
  126. You pass down a hallway through a couple of heavy, but broken, security doors.
  127. END_FIRST_DESCRIPTION
  128.  
  129. BEGIN_DESCRIPTION
  130.    The Police Station's Armoury has been turned into a make-shift weapons and
  131. armour shop.  Crates of various smallarms lie open, propped up against the
  132. walls.  A folding table in the middle of the room has all kinds of really good
  133. armour lyng in a pile upon it.
  134.    Standing behind another folding table is a thin man wearing black jeans and
  135. a black leather jacket.  He definately doesn't look like a police officer.
  136. Watching you take a look around, he looks anxious and eagerly waits to [T]alk
  137. you up.  When you're ready to [B]uy or [S]ell anything, just ask.
  138. END_DESCRIPTION
  139.  
  140. BEGIN_TALK_TEXT
  141.    "Hi and what can Jimmy get for ya today?" the man, apparently 'Jimmy', asks.
  142. "Jimmy's got some really great stuff here.  Stuff you can't get anywhere else.
  143. Who knows how long Jimmy'll be here.  When the Station fell, Jimmy found this
  144. gear and couldn't just let it go to waste.  Won't be long 'til Jimmy hits the
  145. road again though..."  This third person thing is really getting annoying.
  146. END_TALK_TEXT
  147.  
  148. BEGIN_BUY_TEXT
  149.    "Jimmy's got it all.  Sure, some of it's got a high sticker," Jimmy
  150. continues, "but you can't get gear like this anywhere..."
  151. END_BUY_TEXT
  152.  
  153. BEGIN_SELL_TEXT
  154.    "Buy stuff?  Hm.  Jimmy wants to get outta here pretty quick.  More gear'll
  155. just hold Jimmy back.  You never know though," Jimmy pauses briefly.  "Well,
  156. let Jimmy see what you've got..."
  157. END_SELL_TEXT
  158.  
  159. BEGIN_DIRECTIONS
  160. [R]eturn - HPOLICE City Police Station
  161. END_DIRECTIONS
  162.  
  163. END_LOCATION Police Station Armoury
  164.  
  165. //---------------------------------------------------------------------------
  166. BEGIN_LOCATION Tieragon Souvenirs
  167. TYPE SHOP
  168. MAP HHOTEL_T.MAP
  169. FILE HSHOPTS.LST
  170.  
  171. BEGIN_DESCRIPTION
  172.    The Hotel Souvenir Shop has been quickly converted into a small armoury.
  173. The old t-shirts and junk have been thrown in the corner to make way for a
  174. small selection of TK gear for sale.
  175.    A man behind a counter wears a shirt saying:  "TK'er and proud of it."
  176. He watches as you walk around taking a quick look at what he's got.  It all
  177. looks like good, hard to find stuff.  The salesman/owner looks like he wants
  178. to [T]alk, but when you don't right away, he asks, "[B]uyin' or [S]ellin'?"
  179. END_DESCRIPTION
  180.  
  181. BEGIN_TALK_TEXT
  182.    "Hiya, good t'meet'cha.  You take a good look at what I got here?  You ain't
  183. gonna find another shop carryin' merchandise like this," he says starting into
  184. his sales-pitch.  "Hey, don't ya worry where the stuff came from.  It's all
  185. legit.  I'm sellin' to exterminators like you every day.  Miss out now and ya
  186. might be regrettin' it later..."
  187. END_TALK_TEXT
  188.  
  189. BEGIN_BUY_TEXT
  190.    "Buyin'!" the salesguy exclaims.  "Now that's what I wanna hear...
  191. What can I get for ya?  Are you sure ya don't want two?  Just to be safe?"
  192. END_BUY_TEXT
  193.  
  194. BEGIN_SELL_TEXT
  195.    "Hmmm..." the salesguy pauses.  "Ya, okay, I'll buy your crap, buy I ain't
  196. given ya much for it.  Let's get that straight right now.  Everything ya give
  197. me I'll just have to trade off to some other shop anyway.  Geez..."
  198. END_SELL_TEXT
  199.  
  200. BEGIN_DIRECTIONS
  201. [R]eturn - HWEXSHOP Hotel Tieragon, Lobby
  202. END_DIRECTIONS
  203.  
  204. END_LOCATION Tieragon Souvenirs
  205.  
  206.